Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Continuous integration via GitHub Actions #69

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Conversation

alexey-lysiuk
Copy link
Contributor

  • Windows 32- and 64-bit builds using Visual Studio solution
  • Linux builds using GCC and Clang
  • macOS x86_64 and arm64 builds using Xcode project

Runs from my fork: Windows, Linux, macOS.

First launch of Visual Studio that takes up to 5 minutes is a known issue. It's a problem of GitHub hosted Windows images, e.g. actions/runner-images#128 and actions/runner-images#5301. Unfortunately, this thing wasn't fixed yet on their side, and there is no official way to upgrade projects/solution without Visual Studio.

@sezero
Copy link
Owner

sezero commented Jul 15, 2023

I have prepared VS2010-and-newer compatible solution files: I will pull this in and then push the new solution. Is the only necessary CI change removing the & $devenv $solution /Upgrade line for it?

@alexey-lysiuk
Copy link
Contributor Author

Yes, the current solution/project format can be built with MSBuild directly.

* Windows 32- and 64-bit builds using Visual Studio solution
* Linux builds using GCC and Clang
* macOS x86_64 and arm64 builds using Xcode project
@sezero sezero merged commit 9d23c0e into sezero:master Jul 15, 2023
@sezero
Copy link
Owner

sezero commented Jul 15, 2023

This is in. Thanks!

@alexey-lysiuk alexey-lysiuk deleted the ci branch July 15, 2023 10:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants